COM AT+BLDN test - redial last number
COM AT+BLDN this command is part of Handsfree (e.g.Carkit) Profile
COM V1.0	26.05.2006	C.Grzegorczyk	started


from attglobals import *

COM Make some call
ATCMD (1,'ATD',SecondaryMobilePhoneNumber)
WAITFOR (1,'ATD',SecondaryMobilePhoneNumber)
WAITFOR (2,'RING')
WAIT 3000
ATH0
WAIT FOR CARRIER

COM BLDN execute command. Redial the last called number

AT+BLDN
WAIT FOR OK

AT
WAIT FOR OK